home *** CD-ROM | disk | FTP | other *** search
- + The MIDI Ch determines which channel will Send Patch Change
- Commands:
- + It is necessary to reset the above when switching between
- Program Mode editors and Mix Mode editors.
- + I have added a V44 setting and V23 (channel) setting to the window
- Activate Macro for the Patch editor. This allows one to edit and
- Audition the patch in mix mode.
-
-
- * There are two editors for the Mix. The normal Mix editor
- allows you to set up Splits, Layers, and Multis using up to
- 16 Programs. The second is set up as a MIX PROGRAM BANK
- that allows you to edit each of the 16 individual programs
- used in the MIX. These are stored in the Mix Edit Buffer--
- Not the User Program Memory. Changing the channel in the
- MIDI CONTROLLER WINDOW selects each program. Selecting a
- Patch for editing allows the usual auditioning in the
- default channel.
-
-
-
-
- The following variables are used in the Quadrasyn Macros:
-
- V21 = Mode
-
- V22 = Sound or (FX)Send
-
- V23 = Channel
-
-
- The following apply to the Patch (program) editor:
-
- V24 = Keyboard/Drum Mode
-
- V25 = Sound Offset
-
- V26 = Drum Number
-
- V27 = Drum Offset
-
- V28 = Drum Sample Group
-
- V29 = Keyboard Sample Group
-
- The transmit Macro follows:
-
-
-
- F0 0 0 E E 10
- Start Mfg ID# QsynID Param_edit_op-code
-
-
-
- 0mmfffff 0ssPPPPP Occccddv 0vvvvvvv F7
- 2_ 1-17 0-3_ 0-23 0-15_0-3_MsbX LsbX
- mode_func sound_Page Chn_Pot_MsbX LsbX EOX
- V21_W V22_Z V23_Y_W_Z(x>7) X&127
-
-
-
-
- MW = V21(MODE) MW < 5 MW + FUNC
-
- MZ = V22(SOUND) MZ < 5 MZ + PAGE
-
- MY = V23(CHANNEL) MY < 3
-
- S 11 { F0 0 0 E E 10 0 0 0 0 F7 }
-
- FW 6
-
- FZ 7
-
- MW = POT MW < 1 MY | W
-
- MZ = X(VALUE) MZ > 7 MZ & 1 MY | Z
-
- FY 8
-
- MX & 127
-
- FX 9
-
- T 11
-
-